github.com/klauspost/compress/flate.advancedState.maxInsertIndex (field)
12 uses
	github.com/klauspost/compress/flate (current package)
		deflate.go#L87: 	maxInsertIndex int
		deflate.go#L441: 	s.maxInsertIndex = d.windowEnd - (minMatchLength - 1)
		deflate.go#L471: 		if s.index < s.maxInsertIndex {
		deflate.go#L505: 				if prevIndex+prevLength < s.maxInsertIndex {
		deflate.go#L536: 										if s.index < s.maxInsertIndex {
		deflate.go#L577: 												if s.index < s.maxInsertIndex {
		deflate.go#L607: 			if end > s.maxInsertIndex {
		deflate.go#L608: 				end = s.maxInsertIndex
		deflate.go#L612: 			if startindex > s.maxInsertIndex {
		deflate.go#L613: 				startindex = s.maxInsertIndex
		deflate.go#L676: 						if s.index < s.maxInsertIndex {
		deflate.go#L882: 		s.maxInsertIndex = 0
|  | The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |